home *** CD-ROM | disk | FTP | other *** search
/ Building Homes of Our Own / Building Homes of our Own.iso / setup / data1.cab / Everything / working / Prompts / prompt.dxr / 00104_subDivprobs_BG.ls < prev    next >
Encoding:
Text File  |  2002-09-25  |  188 b   |  13 lines

  1. property mySprite, myType
  2.  
  3. on beginSprite me
  4.   mySprite = me.spriteNum
  5.   myType = #subDivprobs_BG
  6. end
  7.  
  8. on sendSpriteNum me, aType
  9.   if aType = myType then
  10.     return mySprite
  11.   end if
  12. end
  13.